home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / pgv6.0.16.exe / [0] / pggttone.ini < prev    next >
INI File  |  2007-05-06  |  1KB  |  40 lines

  1. ; Initialization for for NotePage's Touch Tone Listener program
  2. ;
  3. ; This program accepts Touch Tones and creats text files for
  4. ; PageGate 's GetAscii interface
  5. ;
  6. ; This program has been tested to work with voice modems based on
  7. ; the Conexant modem chipset, and some USR modems.
  8.  
  9. [General]
  10. ; Run as 'Application' or 'Service'
  11. RunStyle=Application
  12. ; Switch run styles: 'True' or 'False'
  13. SwitchStyle=False
  14. ; Number of seconds of silence before hangup
  15. SilenceTimeout=5
  16. ; Folder to write message files
  17. DataFolder=c:\temp\
  18. ; Extension to use on end of data file
  19. FileExtension=.ttm
  20.  
  21. [Modem]
  22. ; The serial port your modem is attached to
  23. ComPort=1
  24. ; AT Commands to init modem
  25. ; For Conexant based voice modems: AT&FQ0V1X4S0=1+FCLASS=8
  26. ; For USR voice modems: AT&F0Q0V1X4S0=0#CLS=8
  27. InitString=AT&FQ0V1X4S0=1+FCLASS=8
  28. ; AT Commands sent on ring
  29. ; For Conexant based voice modems: AT+VTS={#,5},{#,5},{#,5}
  30. ; For USR voice modems: AT#CLS=8A
  31. ConnectString=AT+VTS={#,5},{#,5},{#,5}
  32. ; First set of AT Commands sent after connected
  33. ; Not used for Conexant based voice modems - leave blank
  34. ; For USR voice modems: AT#VTS={#,1},{#,1},{#,1}
  35. ConnectedString1=
  36. ; Second set of AT Commands sent after connected
  37. ; Not used for Conexant based voice modems - leave blank
  38. ; For USR voice modems: AT#CLS=8A
  39. ConnectedString2=
  40.